post
Validate a backup code
{{protocol}}://{{url}}/{{version}}/mfa/backup/validate
Validate one backup code and remove it from the list. THis will return a token to authenticate the user.
Body
{
"email": "{{email}}",
"password": "{{password}}",
"code": "abc"
}
Create backup codes
Previous